[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
  Function            DoubleDOSfreeCPU - give up CPU time under
                                           Double DOS

  Syntax              void DoubleDOSfreeCPU(byte slices);

  Prototype in        multihk.h

  Remarks             DoubleDOSfreeCPU frees up CPU time from the current
                      program. The amount of time freed up is found by
                      slices * 55ms.

  Return value        nothing.

  See also            DoubleDOSGetVirtual(), DoubleDOSTaskSwitch(),
                      isDoubleDOS(), isInvisible()

  Example             #include <multihk.h>

                      main()
                      {
                           DoubleDOSfreeCPU(1000);  /* frees 55 secs */
                      }

See Also: DoubleDOSGetVirtual() DoubleDOSTaskSwitch() isDoubleDOS() isInvisible()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson